#hero {
    background: url(../img/Technology/technology-background.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center right!important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-content-tech {
    position: relative;
}
.image-content .row img {
    width: auto;
}
@media (max-width:680px) {
    .image-content .row img {
    width: -webkit-fill-available;
}
.image-content .reverse {
    flex-direction: column-reverse;
}
}